/*$$
{"color":[{"val":"#262626","title":"栏目英文标题文字颜色"},
{"val":"#666666","title":"英文标题文字颜色"},
{"val":"#ffffff","title":"整体主体颜色"},
{"val":"#999999","title":"详情文字颜色"}],
"background":[{"val":"rgba(109,109,109,.53)","title":"图片透明背景边框"},
{"val":"#fc4e29","title":"电话背景/分页背景颜色"}],
"border":[{"val":"#ffffff","title":"标题/分页边框"}]}
$$*/
#chose_146{
	width: 100%;
	background: url(./../../../static/images/IC00019_01.png) no-repeat center center;
	background-size:cover;
	position: relative;
}
#chose_146 .tit-en{
	font-size: 90px;
	color: #262626;
	writing-mode: vertical-rl;
	position: absolute;
	top:85px;
	left: calc((100% - 1200px)/2 - 140px);
	font-weight: bold;
}
#chose_146 .choseBox{
	width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
	position: relative;
	height: 590px;
	overflow: hidden;
}
#chose_146 .choseImg{
	width: 450px;
	height: 525px;
	background: rgba(109,109,109,.53);
	border-radius: 50px 50px 0 0;
	padding: 15px 15px 0 15px;
	position: relative;
}
#chose_146 .choseImg .bg{
	width: 100%;
	height: auto;
}
#chose_146 .choseImg .img{
	width:calc(100% - 30px);
	height:calc(100% - 15px);
	object-fit: cover;
	border-radius: 50px 50px 0 0;
	transition: all .8s;
	position: absolute;
	left: 15px;
	top:15px;
}
#chose_146 .choseImg:hover .img{
	transform: scale(1.02);
}
#chose_146 .choseR{
	width: 480px;
	margin-left: 135px;
}
#chose_146 .choseR .tit-1{
	width: 100%;
	background: url(./../../../static/images/IC00019_04.png) no-repeat left top;
	height: 85px;
	font-size: 32px;
	color: #ffffff;
	padding-top:25px;
	line-height:60px;
	font-weight: 600;
	border-bottom:#ffffff solid 1px;
	position: relative;
}
#chose_146 .choseR .tit-1::after{
	position: absolute;
	right:0;
	height: 60px;
	background: url(./../../../static/images/IC00019_03.png) no-repeat center center;
	width: 50px;
	content: '';
	bottom: 0;
}
#chose_146 .choseR .tit-2{
	font-size: 14px;
	color: #ffffff;
	width: 100%;
	text-align: left;
	letter-spacing:14px;
	line-height: 40px;
}
#chose_146 .choseR .tit-3{
	font-size: 25px;
	line-height:35px;
	margin-top: 45px;
	font-weight: bold;
	color: #ffffff;
}
#chose_146 .choseR .tit-4{
	color: #666666;
	font-size: 20px;
	line-height: 59px;
}
#chose_146 .choseR .tit-5{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}
#chose_146 .pagenum{
	position: absolute;
	background: #fc4e29;
	color: #ffffff;
	height: 68px;
	width: 280px;
	right:330px;
	bottom: 65px;
	z-index: 9999;
	line-height: 68px;
	border-radius: 50px 0 0 50px;
	padding-left: 25px;
	font-size: 32px;
	font-weight: bold;
}
#chose_146 .swiper-pagination{
	position: absolute;
	left: 100px;
	width: calc(100% - 100px);
	height: 100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#chose_146 .swiper-pagination span{
	opacity: 1;
	width: 6px;
	height: 6px;
	position: relative;
	display: inline-block;
	margin: 0 16px;
	background-color: #ffffff;
}
#chose_146 .swiper-pagination span::after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border:#ffffff solid 1px;
	border-radius: 50%;
	transition: all .8s;
}
#chose_146 .swiper-pagination .swiper-pagination-bullet-active::after{
	width: 22px;
	height: 22px;
}
#chose_146 .tellBox{
	position: absolute;
	right:0;
	background: #fc4e29;
	height: 68px;
	bottom: 65px;
	line-height: 68px;
	color: #ffffff;
	font-size: 20px;
	padding-left: 80px;
	width: calc((100% - 1200px)/2 + 320px);
}
#chose_146 .tellBox::before{
	position: absolute;
	background: url(./../../../static/images/IC00019_05.png) no-repeat left center;
	background-size: 32px 27px;
	left: 28px;
	top:0;
	width: 52px;
	height: 100%;
	content: '';
}
#chose_146 .tellBox::after{
	position: absolute;
	background: url(./../../../static/images/IC00019_06.png) no-repeat;
	background-size: cover;
	width: 166px;
	height: 133px;
	left: 230px;
	bottom:0;
	content: '';

}
@media screen and (max-width: 1200px) {
	#chose_146 .choseBox{
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	#chose_146 .choseR{
		width: 400px;
		margin-left: 50px;
	}
	#chose_146 .choseImg{
		width: calc(100% - 450px);
		height: auto;
	}
	#chose_146 .tellBox{
		right: 0;
		width:310px;
	}
	#chose_146 .choseR .tit-3{
		margin-top: 10px;
	}
	#chose_146 .choseBox{
		height: 550px;
	}
}
@media screen and (max-width: 767px){
	#chose_146{
		padding-bottom: 100px;
	}
	#chose_146 .choseBox{
		padding-top: 0;
		height: auto;
		padding-bottom: 100px;
	}
	#chose_146 .choseImg{
		width: 90%;
		margin:20px 5%;
		height: 300px;
	}
	#chose_146 .choseR{
		width: 100%;
		padding: 0 20px;
		margin-left: 0;
	}
	#chose_146 .pagenum{
		bottom: 20px;
		right: 0;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}
	#chose_146 .tellBox{
		bottom: 30px;
		right: 0;
		width: 90%;
		height: 50px;
		line-height: 50px;
	}
	#chose_146 .tellBox::after{
		width: 100px;
		height:90px;
	}
	#chose_146 .choseR .tit-3{
		margin-top: 15px;
	}
	#chose_146 .choseR .tit-1{
		font-size: 20px;
		height: 75px;
		line-height: 50px;
	}
	#chose_146 .choseR .tit-5{
		margin-top: 10px;
		line-height: 24px;
	}
}